runtime/pprof.Profile.count (field)

10 uses

	runtime/pprof (current package)
		pprof.go#L178: 	count func() int
		pprof.go#L190: 	count: countGoroutine,
		pprof.go#L196: 	count: runtime_goroutineleakcount,
		pprof.go#L202: 	count: countThreadCreate,
		pprof.go#L208: 	count: countHeap,
		pprof.go#L214: 	count: countHeap, // identical to heap profile
		pprof.go#L220: 	count: countBlock,
		pprof.go#L226: 	count: countMutex,
		pprof.go#L333: 	if p.count != nil {
		pprof.go#L334: 		return p.count()